home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-gnupginterface.postinst < prev    next >
Encoding:
Text File  |  2006-06-30  |  446 b   |  17 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_installdocs
  6. if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
  7.     install-docs -i /usr/share/doc-base/gnupginterface
  8. fi
  9. # End automatically added section
  10. # Automatically added by dh_pysupport
  11. if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
  12.     update-python-modules -i /usr/share/python-support/python-gnupginterface
  13. fi
  14. # End automatically added section
  15.  
  16.  
  17.